mapbox-maps-android
/
com.mapbox.common
/
[androidJvm]TileRegionError
Tile
Region
Error
open class
TileRegionError
:
Serializable
Content copied to clipboard
Describes a tile region load request error.
Constructors
Functions
Properties
Constructors
TileRegionError
Link copied to clipboard
open fun
TileRegionError
(type:
TileRegionErrorType
, message:
String
)
Content copied to clipboard
Functions
equals
Link copied to clipboard
open fun
equals
(object:
Any
):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Properties
message
Link copied to clipboard
@
NonNull
()
private val
message
:
String
Content copied to clipboard
type
Link copied to clipboard
@
NonNull
()
private val
type
:
TileRegionErrorType
Content copied to clipboard